home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / smileq20.zip / SMILEQ20.DOC < prev    next >
Text File  |  1992-06-12  |  16KB  |  422 lines

  1.  
  2.           Your SMILEQ20 file should contain the following files:
  3.  
  4.           SMILEQ.EXE    -   SMILE Quick viewer.
  5.           SMILEL.EXE    -   SMILE List viewer.
  6.           SMILESS.EXE   -   SMILE Slide Show.
  7.  
  8.           SMILEQ20.DOC contains documentation for all programs.
  9.           Please DO NOT distribute these programs separately.
  10.  
  11.           These ANSI display utilities allow the user to view
  12.           files containing ANSI sequences, Music strings (in BASIC
  13.           "PLAY" format), and Sounds (using a custom SOUND code).
  14.      
  15.           NO ANSI DRIVER is required to view ANSI screens as all
  16.           programs contain a built-in ANSI translator.  Keyboard
  17.           reassignment codes are ignored.
  18.  
  19.  
  20.  
  21.  
  22.  
  23.          ┌──┐
  24.          │SMILE Quick  Ver 2.0   Copyright (c) 1991.....Michael Arnett
  25.          └──┘ 
  26.      
  27.           Syntax:
  28.  
  29.           SMILEQ file1 [file2]... [/B][/C][/F][/M][/N#][/S#][/T#]
  30.  
  31.           Enter SMILEQ at the DOS prompt to view a list of available
  32.           parameters.
  33.      
  34.           SMILEQ displays files specified on the command line using
  35.           (optional) /switch features.  SMILEQ will default to an ANS
  36.           extension if none is given.  Wild cards are supported in
  37.           filespec designations.  
  38.             
  39.           See list of COMMAND LINE SWITCHES for definitions.
  40.      
  41.  
  42.  
  43.  
  44.  
  45.          ┌──┐
  46.          │SMILE List  Ver 1.0   Copyright (c) 1992.....Michael Arnett
  47.          └──┘ 
  48.  
  49.           Syntax:
  50.  
  51.           SMILEL  [/B][/C][/F][/M][/S#][/T#]
  52.  
  53.           A scrolling pick list of *.ANS files is presented for
  54.           display.  Available memory determines the number of files
  55.           that can be listed.  600 files were listed, in a test, with
  56.           about 580K of free memory.  Other options available from
  57.           this list include:
  58.  
  59.                Changing Drives, Directories and File mask. 
  60.                Sorting list on Name, Extension, Size, etc.
  61.                Expand Directory window to show file information.
  62.  
  63.            Scroll through the list using the Cursor Keys, PgUp, PgDN,
  64.            Home, End kyes, or mouse.  Highlight the file you want to
  65.            view and press ENTER or CLICK the Left Mouse button.  Press
  66.            ESC or Right Mouse button to Exit.
  67.  
  68.            See list of COMMAND LINE SWITCHES for definitions.
  69.  
  70.  
  71.  
  72.  
  73.  
  74.          ┌──┐
  75.          │SMILE Slide Show   Ver 1.0   Copyright (c) 1992...Michael Arnett
  76.          └──┘ 
  77.  
  78.           Syntax:
  79.             
  80.           SMIELSS  Filespec [/B][/C][/M][/N#][/S#][/T#]
  81.  
  82.           SMILE Slide Show reads file names for display from a specified
  83.           file (Filespec).  Display of files will cycle until CANCLED.  
  84.  
  85.           SMILEQ List.dat
  86.               
  87.           would instruct SMILESS to read file names from the file
  88.           LIST.DAT.  The format for LIST.DAT is as follows:
  89.             
  90.              file1.ans [ switches ] 
  91.              file2.ans [ switches ] 
  92.              file3.ans [ switches ] 
  93.              etc...
  94.             
  95.           FILELST.DAT files, built by "The SMILE Viewer", can be
  96.           used with SMILE SLIDE SHOW.  
  97.  
  98.           Command line options listed above may be designated on the 
  99.           command line for GLOBAL, use or a unique set of options may
  100.           be chosen for each file name specified.  For example:
  101.  
  102.                SMILEQ List.dat      { All options set to default   }
  103.  
  104.                file1.ans  /C        { view in EGA/VAG mode         }
  105.                file2.ans            { default options reset        }
  106.                file3.ans  /S2400    { Simulate 2400B rate display  }
  107.                file4.ans            { default options reset        }
  108.  
  109.  
  110.           Wildcards are *NOT* supported withSMILE Slide Show.
  111.             
  112.           See list of COMMAND LINE SWITCHES for definitions.     
  113.      
  114.  
  115.  
  116.  
  117.  
  118.          ┌──┐
  119.          │COMMAND LINE SWITCHES (optional)
  120.          └──┘ 
  121.      
  122.           /B ... Disable screen Blanking (clearing) before each
  123.                  file is displayed.  
  124.  
  125.               [*]SUPPORTED in SMILEQ, SMILEL, and SMILESS     
  126.               [*]DEFAULT: clear screen before each file is displayed
  127.           
  128.           /C ... Toggles EGA/VGA monitors between 25 Line TEXT mode
  129.                  and 43/50 Line TEXT mode.  Screen is returned to 
  130.                  START-UP mode when you exit SMILEQ.  If you're PC is in 
  131.                  43/50 Line mode and you start SMILEQ with this switch, 
  132.                  25 Line mode will be toggled on.
  133.  
  134.               [*]SUPPORTED in SMILEQ, SMILEL, and SMILESS     
  135.               [*]DEFAULT: Start-up mode
  136.             
  137.           /F ... Delete/Rename file after viewing.  An option box
  138.                  is popped up after the screen is displayed.
  139.  
  140.               [*]SUPPORTED in SMILEQ and SMILEL          
  141.               [*]DEFAULT: File Rename/Delete option is OFF
  142.  
  143.           /M ... Disable Music and SOUND codes.
  144.        
  145.               [*]SUPPORTED in SMILEQ, SMILEL, and SMILESS
  146.               [*]DEFAULT: Music ON
  147.            
  148.           /N#... Nonstop display between screens.  # specifies the
  149.                  number of seconds to delay. (0..60) Nonstop delay 
  150.                  defaults to 3 seconds if no number is specified.
  151.              
  152.               [*]SUPPORTED in SMILEQ and SMILESS
  153.               [*]DEFAULT: Prompt for keypress between each screen
  154.             
  155.           /S#... Set Simulated BAUD rate display speed.  # specifies 
  156.                  desired BAUD rate.  Valid speeds are 19200, 9600,
  157.                  2400 1200, and 300.  If no rate, or an invalid rate 
  158.                  is specified, Speed defaults to 2400.
  159.             
  160.               [*]SUPPORTED in SMILEQ, SMILEL, and SMILESS
  161.               [*]DEFAULT: 0 (Fastest display)
  162.      
  163.           /T#... Define an ESC translate character.  "#" desigantes
  164.                  the Decimal value of a character.  Some BBS software
  165.                  strips all ESC characters from ANSI screens.  This 
  166.                  switch allows you to specify what that character 
  167.                  will be.  SMILEQ will translate any combination of 
  168.                  the character and "[" to a true ESC.  Valid entries
  169.                  are 1 to 254.
  170.                  (DEC 96 and DEC 250  are translated automatically)
  171.  
  172.               [*]SUPPORTED in SMILEQ, SMILEL, and SMILESS
  173.               [*]DEFAULT: none
  174.  
  175.  
  176.  
  177.  
  178.  
  179.          ┌──┐
  180.          │VIEWING FILES:
  181.          └──┘ 
  182.      
  183.           The SMILE viewers now have support for unlimited characters
  184.           per line.  Multiple lines of MUSIC may be entered between
  185.           ESC[ and CTRL-N.  There is no limit on actual file size.  
  186.      
  187.           DEFAULT MODE: 
  188.  
  189.           Pressing ESC will CANCEL the display and/or stop the
  190.           program.  Any other key will PAUSE the display and a 
  191.           "More (Y/n)" prompt will be displayed.
  192.      
  193.           NONSTOP MODE: 
  194.  
  195.           Pressing ESC during screen display will CANCEL the display
  196.           and stop the program.  Any other key will PAUSE for
  197.           specified number of DELAY seconds.  Pressing ESC during the
  198.           PAUSE counter will stop the counter and display the next 
  199.           screen.
  200.  
  201.      
  202.           To try and support users where local Bulletin Boards
  203.           convert ESC characters, SMILEQ will translate the following
  204.           as ESC sequences:
  205.      
  206.           ·[   ( Dec 250 + [ ) 
  207.           ∙[   ( Dec 249 + [
  208.           `[   ( Dec 96 + [ )
  209.  
  210.           The /T# switch may also be used to define a custom ESC 
  211.           translate character.
  212.  
  213.           Screens should display if multiple codes are used in a file
  214.           but this should probaby be avoided.
  215.           
  216.           
  217.           Since old habits die hard, support for the GT Power BBS
  218.           message base "pause character" continues to be supported.
  219.           The CTRL-E character (Dec 5) placed as the first character
  220.           of a line will cause SMILEQ to pause as described in the
  221.           DEFAULT and NONSTOP modes above.
  222.      
  223.      
  224.      
  225.      
  226.  
  227.          ┌──┐
  228.          │MUSIC:
  229.          └──┘ 
  230.  
  231.           Syntax: ESC[MF T